Docs.rs
datafusion-functions-aggregate-common-43.0.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
datafusion-functions-aggregate-common 43.0.0
Utility functions for implementing aggregate functions for the DataFusion query engine
Crate
Source
Builds
Feature flags
Documentation
Coverage
68.04%
66
out of
97
items documented
0
out of
73
items with examples
Size
Source code size: 173.32 kB
Documentation size: 7.90 MB
Links
Homepage
apache/datafusion
6355
1200
1100
crates.io
Dependencies
ahash ^0.8
normal
arrow ^53.2.0
normal
datafusion-common ^43.0.0
normal
datafusion-expr-common ^43.0.0
normal
datafusion-physical-expr-common ^43.0.0
normal
rand ^0.8
normal
Versions
43.0.0
42.2.0
42.1.0
42.0.0
Owners
Common Aggregate functionality for [DataFusion] This crate contains traits and utilities commonly used to implement aggregate functions They are kept in their own crate to avoid physical expressions depending on logical expressions. [DataFusion]: